* {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 html, div, img, ul, li, a, p, ol, body, h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 0;
     font-family: 'Titillium Web', sans-serif;
     font-weight: 400;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
}
 ul, a, input {
     text-decoration: none;
     list-style: none;
     text-decoration: none;
     outline: none;
}
 :focus {
     outline: 0;
}
 .clear {
     clear: both;
}
 a:hover {
     text-decoration: none;
}
 .login_block {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #ccc;
}
 .secd {
     display: flex;
     position: relative;
     z-index: 999999;
}
 .login_block .left {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     width: 45%;
     background: #fff;
     position: relative;
     height: auto;
     min-height: 100vh;
}
 .login_block .right {
     background: #fff;
}
 .link-hom-page {
     position: absolute;
     top: 1.875rem;
     left: 0;
     width: 100%;
     align-items: center;
     padding: 0 1.875rem;
}
 .link-hom-page a {
     color: #fff;
     font-size: .875rem;
     font-weight: 600;
}
 .login_block .left .login-input {
     display: flex;
     flex-direction: column;
     align-items: center;
     position: relative;
     overflow: hidden;
     width: 312px;
     background: #fff;
     border-radius: .25rem;
     margin-top: 3.625rem;
}
 .login_block .left .login-len{
     padding: 1rem 0;
     width: 100%;
}
 .login_block .left .login-box {
     display: inline-block;
     width: 100%;
     background: #fff;
     border-radius: .25rem;
     text-align: center;
}
.login_block .left .login-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #666666;
}
 .login-box h1 {
     float: left;
     width: 100%;
     clear: both;
     font-weight: 600;
     text-align: center;
     font-size: 1.875rem;
     line-height: 2.75rem;
     letter-spacing: -1px;
     margin: 0 0 .9375rem;
}
 .login-form {
     float: left;
     width: 100%;
     clear: both;
     margin-top: 20px;
}
 .login-form form {
     float: left;
     width: 100%;
     clear: both;
}
 .login-form .form-box {
     float: left;
     width: 100%;
     clear: both;
     margin: 1.5625rem 0 0;
}
 .login-form .loginuser {
     float: left;
     width: 100%;
     clear: both;
     margin-bottom: .3125rem;
}
.login-form .loginuser label {
    display: block;
    text-align: left;
    float: left;
    font-weight: 600;
    letter-spacing: -0.3px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Ubuntu', sans-serif;
}
.input-log input {
    padding-left: 10px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-bottom: 25px;
}
 .forgetpass {
     color: #4e73df;
     float: right;
     font-size: .875rem;
}
 .forgetpass:hover {
     color: #000;
}
a.single {
    background: #FFFFFF;
    border: 1px solid #207EA9;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    color: #207EA9;
    text-align: center;
    display: block;
    padding: 15px;
    margin-bottom: 18px;
    font-family: 'Ubuntu', sans-serif;
}
 .single:hover {
    color: #FFFFFF;
    border: 1px solid #207EA9;
    background: #207EA9;;
}

 .input-log {
     float: left;
     width: 100%;
     clear: both;
     position: relative;
}
 .input-log input {
    float: left;
    width: 100%;
    clear: both;
    padding: 0.3125rem 0.625rem;
    padding-left: 12px;
    color: #000;
    height: 3.125rem;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
 .input-log input:focus{
     color:#000;
}
 .form-box6 .fa{
     color:#4e73df;
}
 .input-log .fa {
     position: absolute;
     top: .9375rem;
     left: .75rem;
     color: #000;
     transition: color .2s;
}
 input:focus {
     background: #e0e0e0;
}
 .login-form .form-box input[type=checkbox] {
     background: #fff;
     border: .0625rem solid #ededed;
     margin: 0;
}
 .login-form .form-box.form-box2 {
     margin-top: 15px;
     position: relative;
     text-align: center;
}
 .login-form .form-box.form-box2.form-box3 {
     margin-top: 30px;
}
 .primary {
     padding: 12px 30px;
     font-size: 12px;
     line-height: 18px;
     font-weight: 600;
     color: #fff;
     background: #4e73df;
     margin-bottom: 0;
     border-radius: .125rem;
     border: none;
     text-transform: uppercase;
     letter-spacing: .125rem;
     cursor: pointer;
     outline: 0;
     font-family: 'Titillium Web', sans-serif;
}
 .primary::after {
     display: inline-block;
     content: "→";
     margin-left: 0;
     margin-right: 0;
     margin-top: -.1875rem;
     vertical-align: middle;
     opacity: 0;
     width: 0;
     transition: .5s;
}
 .primary:hover::after {
     opacity: 1;
     width: .75rem;
     margin-left: .625rem;
}
 .primary:hover {
     background: #000;
}
.round {
    position: relative;
    text-align: left;
}
.login-form .form-box .round input[type=checkbox] {
    visibility: visible;
    position: revert;
}
 .round label {
     background-color: #cbe8f6;
     border: 1px solid #cbe8f6;
     border-radius: 50%;
     cursor: pointer;
     height: 15px;
     left: 63%;
     position: absolute;
     top: 2px;
     width: 15px;
}
 .round label:after {
     border: 0;
     border-top: none;
     border-right: none;
     content: "";
     height: 6px;
     left: 7px;
     opacity: 0;
     position: absolute;
     top: 8px;
     transform: rotate(-45deg);
     width: 12px;
}
 .round input[type="checkbox"]:checked + label {
     background-color: #4e73df;
     border-color: #4e73df;
}
 .round input[type="checkbox"]:checked + label:after {
     opacity: 1;
}
 .login-form span {
     font-weight: 600;
     font-size: .75rem;
     float: left;
     width: 100%;
     clear: both;
}
 hr {
     float: left;
     width: 100%;
     clear: both;
     border: 1px solid #000;
     margin: 0 0 3px;
}
 .login-form .form-box.form-box {
     margin-top: 6px;
}
 .login-form .form-box.form-box4 {
     margin-bottom: 20px;
     margin-top: 0;
}
.login-form .form-box.form-box2.form-box3 {
    margin-top: 10px;
    text-align: left;
}
.login-form .form-box.form-box2.form-box3.remember-text {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 12px;
}
.login-form .form-box.form-box2.form-box3.remember-text label.mees {
    position: inherit;
    text-align: left;
}
.login-form .form-box.form-box2.form-box3.remember-text label.mees {
    position: inherit;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}
 .login_block .right {
         display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
     width: 55%;
     padding: 0rem 5rem;
     background-color: #207EA9;
    border-radius: 0 4em 4em 0;
    background-image: url("http://pqa.iamdeveloper.in/public/dist/img/Rectangle 77.png");
    background-size: cover;
    background-repeat: no-repeat;
        gap: 2em;
}
 .login-slider {
     width: 520px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     position: relative;
}
.lag-box {
    display: block;
    width: 100%;
}
.login-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4em;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
}
.login-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 12px;
}
.login-text h2:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 5px;
    background: #fff;
    top: 0;
    margin-top: -15px;
}
 .login-slider .log-img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
}
.lag-box .form-box.form-box6 {
    background: #fff;
    width: auto;
    display: inline;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 10px !important;
}
.lag-box {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}
.lag-box .form-box.form-box6 span {
    font-size: 14px;
    font-weight: 500;
}
.login_block .secd .sidebar-header {
    background: #fff;
    padding: 10px 15px;
    border-radius: 0 0 20px 20px;
}
a.forgetpass {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    float: none;
    text-align: center;
    margin-top: 18px;
    display: inline-block;
}
.forget-here {
    display: block;
    clear: both;
        font-family: 'Ubuntu', sans-serif;
}
 .gradient {
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to top,#000,rgba(34,34,40,0));
     background: -ms-linear-gradient(to top,#000,rgba(34,34,40,0));
     transition: background-color .4s;
     -moz-transition: all 0.7s ease-in-out 0s;
     -webkit-transition: all 0.7s ease-in-out 0s;
     transition: all 0.7s ease-in-out 0s;
}
 .featured-article:hover .gradient {
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to top,#000,rgba(34,34,40,0.4));
     background: -ms-linear-gradient(to top,#000,rgba(34,34,40,0.4));
     -moz-transition: all 0.7s ease-in-out 0s;
     -webkit-transition: all 0.7s ease-in-out 0s;
     transition: all 0.7s ease-in-out 0s;
     transition: background-color .4s;
}
 .content {
     position: relative;
     z-index: 1;
     overflow: hidden;
     top: 120px;
     -moz-transition: all 0.7s ease-in-out 0s;
     -webkit-transition: all 0.7s ease-in-out 0s;
     transition: all 0.7s ease-in-out 0s;
}
 .featured-article:hover .content {
     top: 0;
     -moz-transition: all 0.7s ease-in-out 0s;
     -webkit-transition: all 0.7s ease-in-out 0s;
     transition: all 0.7s ease-in-out 0s;
}
 .content p {
     color: #fff;
     font-size: 13px;
     line-height: 23px;
     margin-top: 20px;
     -moz-transition: all 0.7s ease-in-out 0s;
     -webkit-transition: all 0.7s ease-in-out 0s;
     transition: all 0.7s ease-in-out 0s;
}
 .featured-article {
     height: 18.75rem;
     margin-bottom: 1.25rem;
     padding: 1.875rem;
     display: flex;
     align-items: flex-end;
     position: relative;
     overflow: hidden;
}
 .content h6 {
     max-width: 60%;
     color: #fff;
     margin: 0;
     font-size: 1.5rem;
     line-height: 1.875rem;
     letter-spacing: -1px;
     font-weight: 700;
}
 .featured-article:hover .content p {
     margin-top: 0;
     -moz-transition: all 0.7s ease-in-out 0s;
     -webkit-transition: all 0.7s ease-in-out 0s;
     transition: all 0.7s ease-in-out 0s;
}
 .featured-article .primary {
     float: left;
     margin-top: 8px;
}
 .bx-prev {
     background: url(../images/ar.png) no-repeat;
     width: 20px;
     height: 20px;
     text-indent: -9999em;
     position: absolute;
     top: 50%;
     left: -30px;
}
 .bx-next {
     background: url(../images/ar2.png) no-repeat;
     width: 20px;
     height: 20px;
     text-indent: -9999em;
     position: absolute;
     top: 50%;
     right: -30px;
}
 .bx-prev:hover {
     background: url(../images/ar1.png) no-repeat;
     width: 20px;
     height: 20px;
     text-indent: -9999em;
     position: absolute;
     top: 50%;
     left: -30px;
}
 .primary22 {
     margin-top: 30px;
}
 .guage{
     cursor:pointer;
}
 .guage:hover{
     color:#4e73df;
}
 .bx-next:hover {
     background: url(../images/ar11.png) no-repeat;
     width: 20px;
     height: 20px;
     text-indent: -9999em;
     position: absolute;
     top: 50%;
     right: -30px;
}
 .chat-button-wrapper {
     position: fixed;
     right: 2.5rem;
     bottom: 1.875rem;
     z-index: 11;
     display: flex;
     justify-content: flex-end;
     align-items: center;
     z-index: 999999;
}
 .chat-button-wrapper .fa {
     font-size: 18px;
     line-height: 1.25rem;
     color: #fff;
     display: block;
     margin-top: .3125rem;
     transition: opacity .3s ease-in-out;
     position: relative;
     top: -3px;
}
 .chat-button {
     display: flex;
     justify-content: center;
     align-items: center;
     min-width: 3.125rem;
     height: 3.125rem;
     padding: 0 .9375rem;
     background: #222228;
     border-radius: 1.875rem;
     cursor: pointer;
     position: relative;
     overflow: hidden;
     transition: .3s ease-in-out;
}
 .bx-default-pager {
     display: none;
}
 .tabs-nav {
     display: flex;
     margin: .625rem 0 1.25rem;
}
 .tabs-nav li {
     border: .0625rem solid #222228;
     color: #222228;
     font-weight: 600;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     font-size: .8125rem;
     transition: color .2s;
}
 .tab-active {
     border: .0625rem solid #222228;
     color: #222228;
     font-weight: 600;
}
 .tabs-nav li:first-child {
     border-top-left-radius: 1.25rem;
     border-bottom-left-radius: 1.25rem;
}
 .tabs-nav li.tab-active {
     background: #4e73df;
     color: #fff;
}
 .tabs-nav li a {
     color: #000;
     font-size: .8125rem;
     display: block;
     padding: .5rem 1.875rem;
}
 .tabs-nav li.tab-active a {
     color: #fff;
     font-size: .8125rem;
     display: block;
}
 .tabs-nav li:last-child {
     border-top-right-radius: 1.25rem;
     border-bottom-right-radius: 1.25rem;
     border-left: 0;
}
.login_block .left .primary {
    background: #207EA9;
    border-radius: 4px;
    width: 100%;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Ubuntu', sans-serif;
    padding: 14px;
        margin-top: 16px;
    height: auto;
}
 .login-form .form-box.form-box2.form-box2sign{
     margin-top:30px;
}
.login_block .secd {
    background: #fff;
}
.login-box h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    color: #000;
}
 @media (max-width:1169px){
     .login-slider{
         width:100%;
    }
     .content{
         top:0;
    }
     .content h6 {
         max-width: 100%;
         font-size:20px;
         line-height: 26px;
    }
     .content p{
         margin-top:5px;
    }
}
 @media (max-width:1023px){
     .login_block .left{
         width:100%;
    }
     .login_block .right{
         width:100%;
    }
     .secd{
         display:block;
         float:left;
        width:100%;
    }
     .login_block .left{
         display:block;
         float:left;
        width:100%;
         min-height:auto;
         text-align:center;
         padding-bottom:30px;
    }
     .login_block .left .login-input{
         display: inline-block;
         float: none;
         width: 312px;
    }
     .login-slider{
         display:block;
         float:left;
        width:100%;
    }
     .login_block .right{
         position:inherit;
         display:block;
         float:left;
        width:100%;
         min-height:auto;
    }
     .link-hom-page{
         text-align:left;
    }
     .login-slider{
         text-align:center;
    }
     .tabs-nav {
         display: inline-flex;
    }
}
 @media (max-width:479px){
     .link-hom-page{
         text-align:center;
    }
     .login_block .right{
         padding: 2.5rem 30px;
    }
     .bx-next, .bx-next:hover{
         right:-10px;
    }
     .bx-prev, .bx-prev:hover{
         left:-10px;
    }
}
 